Commit 540af90c authored by Riccardo Padovani's avatar Riccardo Padovani

Bugfixes

parent da007291
......@@ -21,7 +21,7 @@
{% endfor %}
</div>
<input id="interestingTagInput" autocomplete="off" type="text"/>
<button id="interestingTagAdd" type="submit" value="{% trans "Add" %}"/>
<button id="interestingTagAdd" type="submit" value="{% trans "Add" %}"></button>
<h3 class="subtitle">{% trans "Ignored tags" %}</h3>
<div class="tags ignored marked-tags">
{% for tag_name in ignored_tag_names %}
......@@ -39,7 +39,7 @@
{% endfor %}
</div>
<input id="ignoredTagInput" autocomplete="off" type="text"/>
<button id="ignoredTagAdd" type="submit" value="{% trans "Add" %}"/>
<button id="ignoredTagAdd" type="submit" value="{% trans "Add" %}"></button>
{% comment %}
<p id="hideIgnoredTagsControl">
<input id="hideIgnoredTagsCb" type="checkbox" {% if request.user.hide_ignored_questions %}checked="checked"{% endif %} />
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment