euscanwww: Simple link instead of form

Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
volpino 2012-11-08 15:50:19 +01:00
parent 90f55433d1
commit 853e92c56e
1 changed files with 4 additions and 4 deletions

View File

@ -56,11 +56,11 @@
<hr/>
{% if user.is_authenticated %}
<form class="pull-right" action="{% url "problem" package.category package.name %}" method="get">
<button class="btn bug-button">
<a class="pull-right" href="{% url "problem" package.category package.name %}">
<span class="btn bug-button">
<img src="{{ STATIC_URL}}/img/bug.png" alt="Report problems" >
</button>
</form>
</span>
</a>
{% endif %}
<script type="text/javascript">