Skip to content
Snippets Groups Projects

Draft: Add the "Express Interest" button on the AK overview

Closed Dominik Weitz requested to merge mollux/akplanning-old:master into master
3 files
+ 18
0
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -52,6 +52,9 @@
@@ -52,6 +52,9 @@
<a href="{% url 'submit:ak_edit' event_slug=event.slug pk=ak.pk %}" data-toggle="tooltip"
<a href="{% url 'submit:ak_edit' event_slug=event.slug pk=ak.pk %}" data-toggle="tooltip"
title="{% trans 'Edit' %}"
title="{% trans 'Edit' %}"
class="btn btn-success">{% fa5_icon 'pencil-alt' 'fas' %}</a>
class="btn btn-success">{% fa5_icon 'pencil-alt' 'fas' %}</a>
 
<a href="{% url 'submit:overview_inc_interest' event_slug=event.slug pk=ak.pk %}" data-toggle="tooltip"
 
title="{% trans 'Show Interest' %}"
 
class="btn btn-primary">{% fa5_icon 'thumbs-up' 'fas' %}</a>
{% endif %}
{% endif %}
</td>
</td>
</tr>
</tr>
Loading