Skip to content
Snippets Groups Projects

Sazba diplomů

5 files
+ 19
14
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
0
@@ -57,7 +57,9 @@
@@ -57,7 +57,9 @@
{% elif result_url %}
{% elif result_url %}
<a class='btn btn-primary' href='{{ result_url }}'>{{ result_url_action }}</a>
<a class='btn btn-primary' href='{{ result_url }}'>{{ result_url_action }}</a>
{% endif %}
{% endif %}
 
{% if job.is_deletable(g.user.is_admin) %}
<input type="submit" name="delete" value="Smazat dávku" class="btn btn-danger">
<input type="submit" name="delete" value="Smazat dávku" class="btn btn-danger">
 
{% endif %}
{% if job.is_active() and not job.email_when_done %}
{% if job.is_active() and not job.email_when_done %}
<input type="submit" name="request_mail" value="Poslat mail, až to bude" class="btn btn-success">
<input type="submit" name="request_mail" value="Poslat mail, až to bude" class="btn btn-success">
{% endif %}
{% endif %}
Loading