summaryrefslogtreecommitdiffhomepage
path: root/apioforum/templates
diff options
context:
space:
mode:
Diffstat (limited to 'apioforum/templates')
-rw-r--r--apioforum/templates/base.html6
-rw-r--r--apioforum/templates/view_forum.html2
2 files changed, 4 insertions, 4 deletions
diff --git a/apioforum/templates/base.html b/apioforum/templates/base.html
index 1802ee5..5121b85 100644
--- a/apioforum/templates/base.html
+++ b/apioforum/templates/base.html
@@ -21,18 +21,18 @@
{% if g.user %}
<p>{{ g.user }}</p>
<p>
- <a href="{{ url_for('auth.logout',next=request.path) }}">
+ <a href="{{ url_for('auth.logout',next=path_for_next) }}">
logout
</a>
</p>
{% else %}
<p>
- <a href="{{ url_for('auth.login',next=request.path) }}">
+ <a href="{{ url_for('auth.login',next=path_for_next) }}">
login
</a>
</p>
<p>
- <a href="{{ url_for('auth.register',next=request.path) }}">
+ <a href="{{ url_for('auth.register',next=path_for_next) }}">
register
</a>
</p>
diff --git a/apioforum/templates/view_forum.html b/apioforum/templates/view_forum.html
index 22f24c1..3edb7f0 100644
--- a/apioforum/templates/view_forum.html
+++ b/apioforum/templates/view_forum.html
@@ -28,7 +28,7 @@
last updated
</div>
<div class="threadlisting-part threadlisting-part-lastactivityby threadlisting-header">
- last activity by
+ last post by
</div>
<div class="threadlisting-part threadlisting-part-numreplies threadlisting-header">
posts