Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
rloomans committed May 13, 2020
1 parent 5712c21 commit 1e0a47f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion teamtemp/templates/base.html
Expand Up @@ -16,7 +16,7 @@
{% autoescape off %}<div class="container">{% bootstrap_messages %}</div>{% endautoescape %}
{% block body %}{% endblock %}
{% block footer %}
<div class="footer no-print"><p><br><br><a href="{% url "about" %}">About this site</a><a href="{% url "user" %}">Current user</a><br/><a href="/djadmin/">^</a></p></div><br><br><br>
<div class="footer no-print"><p><br><br><a href="{% url "about" %}">About this site</a><a href="{% url "user" %}">Current user</a><br/><a href="/djadmin/"></a></p></div><br><br><br>
{% endblock %}
{% if GOOGLE_ANALYTICS_PROPERTY_ID %}{% include "ga.html" %}{% endif %}
{% endblock %}
2 changes: 1 addition & 1 deletion teamtemp/templates/password.html
Expand Up @@ -23,7 +23,7 @@ <h1>Enter the admin password</h1>
<div class="form-group">
{% buttons %}
{% bootstrap_button "Submit" button_type="submit" button_class="btn-primary" %}<br/>
<a href="{% url "super" survey_id=survey_id redirect_to=redirect_to %}" class="btn">^</a>
<a href="{% url "super" survey_id=survey_id redirect_to=redirect_to %}" class="btn"></a>
{% endbuttons %}
</div>
</form>
Expand Down

0 comments on commit 1e0a47f

Please sign in to comment.