diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2023-03-05 13:40:17 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2023-03-05 13:40:17 +0000 |
commit | cfc2bfbec443ea24f4af0027a077267771b0698f (patch) | |
tree | cb087a5005b35c7f8de95c81ee808d7bc5110542 /templates | |
parent | 966fe80c956fec5dd2fb3ee27b488a8e1453eafa (diff) | |
download | eda.gay-cfc2bfbec443ea24f4af0027a077267771b0698f.tar.gz eda.gay-cfc2bfbec443ea24f4af0027a077267771b0698f.zip |
Fixed bug with curiouscat URLs
Diffstat (limited to 'templates')
-rw-r--r-- | templates/questions.html.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/questions.html.j2 b/templates/questions.html.j2 index 6f9c1eb..2d0eaf2 100644 --- a/templates/questions.html.j2 +++ b/templates/questions.html.j2 @@ -10,4 +10,4 @@ </dd> {% endfor %} </dl> -{% endblock %}
\ No newline at end of file +{% endblock %} |