SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit fe9ab74f authored by Jorran de Wit's avatar Jorran de Wit
Browse files

Try 1.

parent bb07e5ea
No related branches found
No related tags found
No related merge requests found
{% extends 'scipost/base.html' %}
{% block pagetitle %}: acknowledgement {% endblock pagetitle %}
{% block content %}
<div class="row justify-content-center">
<div class="col-12 col-md-8 col-lg-6">
<h1 class="highlight">Thank you</h1>
<p>Thank you for supporting SciPost. We will keep you continuously updated on any developments on our website, on Twitter at <a href="https://twitter.com/scipost_dot_org">@scipost_dot_org</a>, and via our <a href="{% url 'news:news' %}">News page</a>.</p>
<a href="{% url 'journals:publications' %}">See latest Publications of SciPost<a>
</div>
</div>
{% endblock %}
...@@ -28,6 +28,7 @@ urlpatterns = [ ...@@ -28,6 +28,7 @@ urlpatterns = [
# Info # Info
url(r'^about$', views.AboutView.as_view(), name='about'), url(r'^about$', views.AboutView.as_view(), name='about'),
url(r'^call$', TemplateView.as_view(template_name='scipost/call.html'), name='call'), url(r'^call$', TemplateView.as_view(template_name='scipost/call.html'), name='call'),
url(r'^donations/thank-you/$', TemplateView.as_view(template_name='scipost/donation_thank_you.html'), name='donation_thank_you'),
url(r'^ExpSustDrive2018$', url(r'^ExpSustDrive2018$',
TemplateView.as_view(template_name='scipost/ExpSustDrive2018.html'), TemplateView.as_view(template_name='scipost/ExpSustDrive2018.html'),
name='ExpSustDrive2018'), name='ExpSustDrive2018'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment