diff --git a/image_markuper/templates/403.html b/image_markuper/templates/403.html deleted file mode 100644 index 4356d93..0000000 --- a/image_markuper/templates/403.html +++ /dev/null @@ -1,9 +0,0 @@ -{% extends "base.html" %} - -{% block title %}Forbidden (403){% endblock %} - -{% block content %} -
{% if exception %}{{ exception }}{% else %}You're not allowed to access this page.{% endif %}
-{% endblock content %} diff --git a/image_markuper/templates/404.html b/image_markuper/templates/404.html deleted file mode 100644 index 31c0f2b..0000000 --- a/image_markuper/templates/404.html +++ /dev/null @@ -1,9 +0,0 @@ -{% extends "base.html" %} - -{% block title %}Page not found{% endblock %} - -{% block content %} -{% if exception %}{{ exception }}{% else %}This is not the page you were looking for.{% endif %}
-{% endblock content %} diff --git a/image_markuper/templates/500.html b/image_markuper/templates/500.html deleted file mode 100644 index 46e43a9..0000000 --- a/image_markuper/templates/500.html +++ /dev/null @@ -1,11 +0,0 @@ -{% extends "base.html" %} - -{% block title %}Server Error{% endblock %} - -{% block content %} -We track these errors automatically, but if the problem persists feel free to contact us. In the meantime, try refreshing.
-{% endblock content %} diff --git a/image_markuper/templates/account/account_inactive.html b/image_markuper/templates/account/account_inactive.html deleted file mode 100644 index 07175e4..0000000 --- a/image_markuper/templates/account/account_inactive.html +++ /dev/null @@ -1,11 +0,0 @@ -{% extends "account/base.html" %} - -{% load i18n %} - -{% block head_title %}{% translate "Account Inactive" %}{% endblock %} - -{% block inner %} -{% translate "This account is inactive." %}
-{% endblock %} diff --git a/image_markuper/templates/account/base.html b/image_markuper/templates/account/base.html deleted file mode 100644 index 8e1f260..0000000 --- a/image_markuper/templates/account/base.html +++ /dev/null @@ -1,10 +0,0 @@ -{% extends "base.html" %} -{% block title %}{% block head_title %}{% endblock head_title %}{% endblock title %} - -{% block content %} -{% translate 'The following e-mail addresses are associated with your account:' %}
- - - -{% else %} -{% translate 'Warning:'%} {% translate "You currently do not have any e-mail address set up. You should really add an e-mail address so you can receive notifications, reset your password, etc." %}
- -{% endif %} - - -{% blocktranslate with confirmation.email_address.email as email %}Please confirm that {{ email }} is an e-mail address for user {{ user_display }}.{% endblocktranslate %}
- - - -{% else %} - -{% url 'account_email' as email_url %} - -{% blocktranslate %}This e-mail confirmation link expired or is invalid. Please issue a new e-mail confirmation request.{% endblocktranslate %}
- -{% endif %} - -{% endblock %} diff --git a/image_markuper/templates/account/login.html b/image_markuper/templates/account/login.html deleted file mode 100644 index 838ed11..0000000 --- a/image_markuper/templates/account/login.html +++ /dev/null @@ -1,59 +0,0 @@ -{% extends "account/base.html" %} - -{% load i18n %} -{% load account socialaccount %} -{% load crispy_forms_tags %} - -{% block head_title %}{% translate "Sign In" %}{% endblock %} - -{% block inner %} - -- {% translate "Please sign in with one of your existing third party accounts:" %} - {% if ACCOUNT_ALLOW_REGISTRATION %} - {% blocktranslate trimmed %} - Or, sign up - for a {{ site_name }} account and sign in below: - {% endblocktranslate %} - {% endif %} -
- - - - {% include "socialaccount/snippets/login_extra.html" %} - -{% else %} - {% if ACCOUNT_ALLOW_REGISTRATION %} -- {% blocktranslate trimmed %} - If you have not created an account yet, then please - sign up first. - {% endblocktranslate %} -
- {% endif %} -{% endif %} - - - -{% endblock %} diff --git a/image_markuper/templates/account/logout.html b/image_markuper/templates/account/logout.html deleted file mode 100644 index d41824e..0000000 --- a/image_markuper/templates/account/logout.html +++ /dev/null @@ -1,19 +0,0 @@ -{% extends "account/base.html" %} - -{% load i18n %} - -{% block head_title %}{% translate "Sign Out" %}{% endblock %} - -{% block inner %} -{% translate 'Are you sure you want to sign out?' %}
- - -{% endblock %} diff --git a/image_markuper/templates/account/password_change.html b/image_markuper/templates/account/password_change.html deleted file mode 100644 index 5182a7a..0000000 --- a/image_markuper/templates/account/password_change.html +++ /dev/null @@ -1,16 +0,0 @@ -{% extends "account/base.html" %} - -{% load i18n %} -{% load crispy_forms_tags %} - -{% block head_title %}{% translate "Change Password" %}{% endblock %} - -{% block inner %} -{% translate "Forgotten your password? Enter your e-mail address below, and we'll send you an e-mail allowing you to reset it." %}
- - - -{% blocktranslate %}Please contact us if you have any trouble resetting your password.{% endblocktranslate %}
-{% endblock %} diff --git a/image_markuper/templates/account/password_reset_done.html b/image_markuper/templates/account/password_reset_done.html deleted file mode 100644 index f682ee8..0000000 --- a/image_markuper/templates/account/password_reset_done.html +++ /dev/null @@ -1,16 +0,0 @@ -{% extends "account/base.html" %} - -{% load i18n %} -{% load account %} - -{% block head_title %}{% translate "Password Reset" %}{% endblock %} - -{% block inner %} -{% blocktranslate %}We have sent you an e-mail. Please contact us if you do not receive it within a few minutes.{% endblocktranslate %}
-{% endblock %} diff --git a/image_markuper/templates/account/password_reset_from_key.html b/image_markuper/templates/account/password_reset_from_key.html deleted file mode 100644 index dd836b4..0000000 --- a/image_markuper/templates/account/password_reset_from_key.html +++ /dev/null @@ -1,24 +0,0 @@ -{% extends "account/base.html" %} - -{% load i18n %} -{% load crispy_forms_tags %} -{% block head_title %}{% translate "Change Password" %}{% endblock %} - -{% block inner %} -{% blocktranslate %}The password reset link was invalid, possibly because it has already been used. Please request a new password reset.{% endblocktranslate %}
- {% else %} - {% if form %} - - {% else %} -{% translate 'Your password is now changed.' %}
- {% endif %} - {% endif %} -{% endblock %} diff --git a/image_markuper/templates/account/password_reset_from_key_done.html b/image_markuper/templates/account/password_reset_from_key_done.html deleted file mode 100644 index 7a58b44..0000000 --- a/image_markuper/templates/account/password_reset_from_key_done.html +++ /dev/null @@ -1,9 +0,0 @@ -{% extends "account/base.html" %} - -{% load i18n %} -{% block head_title %}{% translate "Change Password" %}{% endblock %} - -{% block inner %} -{% translate 'Your password is now changed.' %}
-{% endblock %} diff --git a/image_markuper/templates/account/password_set.html b/image_markuper/templates/account/password_set.html deleted file mode 100644 index a748eb9..0000000 --- a/image_markuper/templates/account/password_set.html +++ /dev/null @@ -1,16 +0,0 @@ -{% extends "account/base.html" %} - -{% load i18n %} -{% load crispy_forms_tags %} - -{% block head_title %}{% translate "Set Password" %}{% endblock %} - -{% block inner %} -{% blocktranslate %}Already have an account? Then please sign in.{% endblocktranslate %}
- - - -{% endblock %} diff --git a/image_markuper/templates/account/signup_closed.html b/image_markuper/templates/account/signup_closed.html deleted file mode 100644 index fcea1f0..0000000 --- a/image_markuper/templates/account/signup_closed.html +++ /dev/null @@ -1,11 +0,0 @@ -{% extends "account/base.html" %} - -{% load i18n %} - -{% block head_title %}{% translate "Sign Up Closed" %}{% endblock %} - -{% block inner %} -{% translate "We are sorry, but the sign up is currently closed." %}
-{% endblock %} diff --git a/image_markuper/templates/account/verification_sent.html b/image_markuper/templates/account/verification_sent.html deleted file mode 100644 index acf81be..0000000 --- a/image_markuper/templates/account/verification_sent.html +++ /dev/null @@ -1,12 +0,0 @@ -{% extends "account/base.html" %} - -{% load i18n %} - -{% block head_title %}{% translate "Verify Your E-mail Address" %}{% endblock %} - -{% block inner %} -{% blocktranslate %}We have sent an e-mail to you for verification. Follow the link provided to finalize the signup process. Please contact us if you do not receive it within a few minutes.{% endblocktranslate %}
- -{% endblock %} diff --git a/image_markuper/templates/account/verified_email_required.html b/image_markuper/templates/account/verified_email_required.html deleted file mode 100644 index beefcea..0000000 --- a/image_markuper/templates/account/verified_email_required.html +++ /dev/null @@ -1,21 +0,0 @@ -{% extends "account/base.html" %} - -{% load i18n %} - -{% block head_title %}{% translate "Verify Your E-mail Address" %}{% endblock %} - -{% block inner %} -{% blocktranslate %}This part of the site requires us to verify that -you are who you claim to be. For this purpose, we require that you -verify ownership of your e-mail address. {% endblocktranslate %}
- -{% blocktranslate %}We have sent an e-mail to you for -verification. Please click on the link inside this e-mail. Please -contact us if you do not receive it within a few minutes.{% endblocktranslate %}
- -{% blocktranslate %}Note: you can still change your e-mail address.{% endblocktranslate %}
-{% endblock %} diff --git a/image_markuper/templates/base.html b/image_markuper/templates/base.html deleted file mode 100644 index 6d6a50d..0000000 --- a/image_markuper/templates/base.html +++ /dev/null @@ -1,112 +0,0 @@ -{% load static i18n %} -{% get_current_language as LANGUAGE_CODE %} - - - - -Use this document as a way to quick start any new project.
- {% endblock content %} - -{{ object.name }}
- {% endif %} -