Add article generator

This commit is contained in:
2012-07-22 10:47:24 +02:00
parent fa07825546
commit be306c6643
11 changed files with 237 additions and 34 deletions

View File

@@ -1,6 +1,9 @@
{% extends "templates/base.html" %}
{% block content %}
{% if edited %}
<p style="color:green">User successfuly updated</p>
{% endif %}
{% if user.is_superuser or user.id == user_to_edit.id %}
<form action="/user/edit/{{ user_to_edit.id }}" method="post">
{% csrf_token %}