aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp/pages/userIndex.jsp
diff options
context:
space:
mode:
authorcirakg <ciraboxkg@gmail.com>2023-01-02 17:00:24 +0100
committercirakg <ciraboxkg@gmail.com>2023-01-02 17:00:24 +0100
commitcd694d64cf1a9be635df6b15168a5950644e5ce2 (patch)
tree11350c2857b71617c6a2de1e9adf95c4777c9c42 /src/main/webapp/pages/userIndex.jsp
parentfc569fa42d3dd1f8709103c7dae7e995597072ca (diff)
Omogucen prikaz istorije korisnika.
Diffstat (limited to 'src/main/webapp/pages/userIndex.jsp')
-rw-r--r--src/main/webapp/pages/userIndex.jsp5
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