SushantGautam's picture
Add admin interface template for refreshing author database
de03850
raw
history blame contribute delete
208 Bytes
{% extends "admin/index.html" %}
{% block content %}
<div style="margin: 20px;">
<a href="{% url 'refresh-author-db' %}" class="button">πŸ”„ Refresh Author DB</a>
</div>
{{ block.super }}
{% endblock %}