Skip to content

Commit

Permalink
Fix minor typo
Browse files Browse the repository at this point in the history
Signed-off-by: Elizabeth Myers <elizabeth.jennifer.myers@gmail.com>
  • Loading branch information
Elizafox committed Apr 3, 2024
1 parent 2d15251 commit 6e461ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#}
{% extends "admin/admin_base.html" %}
{%- block path %}admin{% endblock -%}
{%- block title %}A{{ sitename }} — Admin{% endblock -%}
{%- block title %}{{ sitename }} — Admin{% endblock -%}
{%- block content -%}
<p>
<a href="/admin/urls">Manage URLs</a>
Expand Down

0 comments on commit 6e461ea

Please sign in to comment.