You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

14 lines
452 B

{% extends "cashonly/web/base.html" %}
{% load i18n %}
{% block content %}
<h1>{% trans "Preferences" %}</h1>
<div class="alert alert-danger">
{% if msg %}<h4 class="alert-heading">{% endif %}{% blocktrans %}The settings could not be saved!{% endblocktrans %}{% if msg %}</h4>{% endif %}
{% if msg %}
<p>{{ msg }}</p>
{% endif %}
</div>
<a class="btn btn-primary" href="{% url 'usersettings' %}">{% trans "Back" %}</a>
{% endblock %}