signature.html 346 B

1234567891011
  1. {% extends "sora/users/usercp/usercp.html" %}
  2. {% load i18n %}
  3. {% load url from future %}
  4. {% import "sora/macros.html" as macros with context %}
  5. {% block title %}{{ macros.page_title(title=_('Edit your Signature')) }}{% endblock %}
  6. {% block action %}
  7. {{ super() }}
  8. <h2>{% trans %}Change your Signature{% endtrans %}</h2>
  9. {% endblock %}