Skip to content

Commit

Permalink
references
Browse files Browse the repository at this point in the history
  • Loading branch information
BobBorges committed Sep 29, 2022
1 parent 6aba193 commit 0a1c31d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified database.sqlite3
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h2>{% translate 'Ready?' %}</h2>

{% if user.is_authenticated and user.get_username == 'admin' %}
<br><hr>
<h2>Vids in Set</h2>
<h2>Wordss in the List</h2>
<p><span style="color:red;">(!!!) </span>{% translate 'You also see a list of pictures because you are logged in as the admin user. Regular users do not see the stimuli ahead of time.' %}<span style="color:red;"> (!!!)</span><hr>
<ul style="list-style-type:none;">
{% for i, V in words_fn_desc.items %}
Expand All @@ -54,4 +54,4 @@ <h2>Vids in Set</h2>
</div>
<div class="col-lg-2 col-md-12"></div>
<script type="text/javascript" src="{% static 'wordlisttranslation/wlt-welcome.js' %}"></script>
{% endblock %}
{% endblock %}

0 comments on commit 0a1c31d

Please sign in to comment.