|
|
@@ -140,9 +140,10 @@
|
|
|
</tr>
|
|
|
{% endif %}
|
|
|
</table>
|
|
|
- <br>Your {{ reward_type }} will be <span style="color: red;">inactive</span>, until you add it to an active category.
|
|
|
{% if reward_type == "category" %}
|
|
|
<br>By default, new categories are <span style="color: red;">inactive</span>.<br>
|
|
|
+ {% else %}
|
|
|
+ <br>Your {{ reward_type }} will be <span style="color: red;">inactive</span>, until you add it to an active category.
|
|
|
{% endif %}
|
|
|
<br><button class="button button2" type="submit">Create {{ reward_type }}</button><br>
|
|
|
</form>
|