diff --git a/src/planet/templates/feedzilla/submit_blog.html b/src/planet/templates/feedzilla/submit_blog.html new file mode 100644 index 0000000..209c986 --- /dev/null +++ b/src/planet/templates/feedzilla/submit_blog.html @@ -0,0 +1,16 @@ +{% extends 'feedzilla/base.html' %} +{% load i18n %} + +{% block feedzilla_content %} +

{% trans "Submit a blog" %}

+ +{% if success %} +

{% trans "Thank you. Your application has been accepted and will be reviewed by admin in the near time." %}

+{% else %} +
+ {% csrf_token %} + {{ form.as_p }} +

+
+{% endif %} +{% endblock %} -- libgit2 0.21.2