Various small fixes for the reddit decouple

This commit is contained in:
2010-12-20 12:43:02 +00:00
parent cc4f986edb
commit 279948c330
8 changed files with 15 additions and 10 deletions

View File

@@ -7,7 +7,7 @@
corporation</p>
<p>Please note, you will be forever tied to this account and posts and comments made on this account will be checked
on from time to time</p>
<form action="{% url sso.views.reddit_add %}" method="post">
<form action="{% url reddit.views.reddit_add %}" method="post">
<table>
{{ form.as_table }}
</table>

View File

@@ -1,6 +1,7 @@
{% extends "base.html" %}
{% load naturaltimediff %}
{% load installed %}
{% block content %}

View File

@@ -140,7 +140,7 @@ setup.</p>
</table>
{% endif %}
<p>
<a href="{% url sso.views.reddit_add %}">Add a Reddit account</a>
<a href="{% url reddit.views.reddit_add %}">Add a Reddit account</a>
</p>
{% endif %}