Private
Public Access
1
0

added reststrokes to favoritechart settings

This commit is contained in:
Sander Roosendaal
2016-12-08 11:50:58 +01:00
parent 92cb0ca0cb
commit 7dfff7e3df
5 changed files with 60 additions and 16 deletions

View File

@@ -218,6 +218,11 @@
<form enctype="multipart/form-data" action="{{ formloc }}" method="post">
{% csrf_token %}
<input class="grid_2 alpha button blue small" type="hidden" name="savefavorite" value="True">
{% if workstrokesonly %}
<input type="hidden" name="workstrokesonlysave" value="False">
{% else %}
<input type="hidden" name="workstrokesonlysave" value="True">
{% endif %}
<input class="grid_2 alpha button blue small" value="Make Favorite" type="Submit">
</form>
</div>