Refactor member register

This commit is contained in:
Jan Tuomi
2018-01-28 20:59:15 +02:00
parent 509b157d65
commit 37ab278086
25 changed files with 41 additions and 43 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
{% extends "members_base.html" %}
{% extends "members:base.html" %}
{% load i18n %}
{% load static %}
@@ -20,13 +20,13 @@
<div>
<label>{% trans "Format the member table like this:" %}</label>
<div>
<img src="{% static "img/excel_csv_save_example.png" %}">
<img src="{% static "members/img/excel_csv_save_example.png" %}">
</div>
<p>{% blocktrans %}Columns: First name, last name, email address, place of origin, AYY member, JAS recipient{% endblocktrans %}</p>
</div>
<div>
<label>{% trans "Save the file as CSV" %}</label>
<div><img src="{% static "img/excel_csv_save_tutorial.png" %}"></div>
<div><img src="{% static "members/img/excel_csv_save_tutorial.png" %}"></div>
</div>
<form name="memberTextForm" action="/members/import_csv" enctype="multipart/form-data" method="POST">{% csrf_token %}