diff --git a/guild/templates/guild/home.html b/guild/templates/guild/home.html index c86e91c..1515846 100644 --- a/guild/templates/guild/home.html +++ b/guild/templates/guild/home.html @@ -3,19 +3,15 @@ {% block content %}

Home

- +
+
+

Adventures

+
+
+ Create New Adventure +
+
-

Adventures

-

Characters

+
+
+

Characters

+
+
+ Create New Character +
+
-

Players

+
+
+

Players

+
+
+ Create New Player +
+
diff --git a/templates/registration/login.html b/templates/registration/login.html index 4e47fd6..46fffff 100644 --- a/templates/registration/login.html +++ b/templates/registration/login.html @@ -15,7 +15,7 @@ {% endif %} {% endif %} -
+ {% csrf_token %} {{form}} diff --git a/templates/registration/logout.html b/templates/registration/logout.html new file mode 100644 index 0000000..30e8e43 --- /dev/null +++ b/templates/registration/logout.html @@ -0,0 +1,9 @@ +{% extends "base.html" %} + +{% block content %} + +

Logged Out

+ +

You have been logged out. Log in again.

+ +{% endblock %} \ No newline at end of file