зеркало из https://github.com/mozilla/kitsune.git
- Fix 'Cancel' button from the /users/edit page which is missing localization.
This commit is contained in:
Родитель
09ef541b80
Коммит
eaa01db125
|
@ -77,7 +77,7 @@
|
|||
|
||||
<div class="sumo-button-wrap reverse-on-desktop">
|
||||
<button class="sumo-button primary-button" type="submit">{{ _('Update My Profile') }}</button>
|
||||
<button class="sumo-button secondary-button push-right" type="reset">Cancel</button>
|
||||
<button class="sumo-button secondary-button push-right" type="reset">{{ _('Cancel') }}</button>
|
||||
</div>
|
||||
</form>
|
||||
{% if request.user == profile.user %}
|
||||
|
|
Загрузка…
Ссылка в новой задаче