CSS and templating, Sith begins to look nice

This commit is contained in:
Skia
2016-07-16 16:35:45 +02:00
parent 171303cfcc
commit f600e174b1
11 changed files with 429 additions and 42 deletions

View File

@ -7,7 +7,9 @@
{{ form.as_p() }}
<p><input type="submit" value="Update" /></p>
</form>
<p><a href="{{ url('core:password_change') }}">Change my password</a></p>
{% if form.instance == user %}
<p><a href="{{ url('core:password_change') }}">Change my password</a></p>
{% endif %}
{% endblock %}