Skip to content

Commit

Permalink
fix: Update Aimmo url link (#999)
Browse files Browse the repository at this point in the history
* Update Aimmo url link
  • Loading branch information
megamixcraft authored and mrniket committed Jul 29, 2019
1 parent bdc08e5 commit 35ebdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portal/templates/portal/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
{% if user|is_preview_user %}
<a href="{% url 'aimmo' %}" id="aimmo_home_button" class="button--menu button--menu--secondary button--menu--enabled">AI:MMO</a>
{% else %}
<a href="{% url 'play_aimmo' %}" class="button--menu button--menu--secondary button--menu--enabled">AI:MMO</a>
<a href="{% url 'aimmo' %}" class="button--menu button--menu--secondary button--menu--enabled">AI:MMO</a>
{% endif %}
{% endblock aimmo %}
{% block materials %}<a id="resources_button" href="{% url 'teaching_resources' %}" class="button--menu button--menu--secondary button--menu--enabled">Teaching Resources</a>{% endblock materials %}
Expand Down

0 comments on commit 35ebdb8

Please sign in to comment.