Skip to content

Commit

Permalink
Templates cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Real-Gecko committed Oct 15, 2020
1 parent 4f959ea commit 01043ba
Show file tree
Hide file tree
Showing 42 changed files with 301 additions and 790 deletions.
6 changes: 3 additions & 3 deletions accounts/templates/account.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
{% load qr_code %}

{% block title %}{% trans "User Profile" %} - {{ user }}{% endblock %}
{% block page_header %}{% trans "User Profile" %}: {{ user }}{% endblock page_header %}
{% block page_heading %}{% trans "User Profile" %}: {{ user }}{% endblock page_heading %}

{% block page_header_extra %}
{% block page_heading_extra %}
<a href="{% url 'accounts:user_instance_create' user.id %}" class="btn btn-success">
{% icon 'plus' %}
</a>
{% endblock page_header_extra %}
{% endblock page_heading_extra %}

{% block content %}
<ul class="nav nav-tabs">
Expand Down
175 changes: 0 additions & 175 deletions accounts/templates/accounts-list.html

This file was deleted.

Loading

0 comments on commit 01043ba

Please sign in to comment.