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.
 
 
 
 
 

11 lines
328 B

{% extends "cashonly/web/base.html" %}
{% load i18n %}
{% block content %}
<h1>{% trans "Preferences" %}</h1>
<div class="alert alert-success">
{% blocktrans %}The settings have been saved successfully!{% endblocktrans %}
</div>
<a class="btn btn-primary" href="{% url 'usersettings' %}">{% trans "Back" %}</a>
{% endblock %}