euscanwww: Basic user dashboard

Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
volpino
2012-07-14 13:56:21 +02:00
parent aa09812f6f
commit bd2af29ff7
5 changed files with 149 additions and 19 deletions

View File

@ -36,6 +36,6 @@
</td>
</tr>
</table>
<input type="hidden" name="next" value="/" />
<input type="hidden" name="next" value="{% url "accounts_index" %}" />
</form>
{% endblock %}