diff options
author | cirakg <ciraboxkg@gmail.com> | 2023-01-02 17:00:24 +0100 |
---|---|---|
committer | cirakg <ciraboxkg@gmail.com> | 2023-01-02 17:00:24 +0100 |
commit | cd694d64cf1a9be635df6b15168a5950644e5ce2 (patch) | |
tree | 11350c2857b71617c6a2de1e9adf95c4777c9c42 /src/main/webapp/pages/userIndex.jsp | |
parent | fc569fa42d3dd1f8709103c7dae7e995597072ca (diff) |
Omogucen prikaz istorije korisnika.
Diffstat (limited to 'src/main/webapp/pages/userIndex.jsp')
-rw-r--r-- | src/main/webapp/pages/userIndex.jsp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/webapp/pages/userIndex.jsp b/src/main/webapp/pages/userIndex.jsp index b06d966..57e4a16 100644 --- a/src/main/webapp/pages/userIndex.jsp +++ b/src/main/webapp/pages/userIndex.jsp @@ -89,5 +89,10 @@ Trenutno izabran pokemon: </c:forEach> </table> +<br><br><br> +<h1>Istorija</h1> +<jsp:include page="history.jsp"/> + + </body> </html>
\ No newline at end of file |