euscanwww: Simple link instead of form
Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
parent
90f55433d1
commit
853e92c56e
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user