Feature implementation

This commit is contained in:
jdcaballerov 2020-12-11 23:03:46 -05:00
parent 275ad22db7
commit 254d2502fd
6 changed files with 331 additions and 1 deletions

View file

@ -107,6 +107,9 @@
<a href="{% url 'admin:password_change' %}">{% trans 'Change password' %}</a> /
{% endif %}
<a href="{% url 'admin:logout' %}">{% trans 'Log out' %}</a>
|
<a href="{% url 'admin:core_snapshot_changelist' %}"></a>
<a href="{% url 'admin:grid' %}"><span style="letter-spacing: -.4em">⣿⣿</span>&nbsp;&nbsp;</a>
{% endblock %}
</div>
{% endif %}