mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-11 21:40:17 +02:00
typos fixed
This commit is contained in:
parent
78086e01ac
commit
d45d2a38d4
@ -2,15 +2,15 @@
|
||||
{% load bootstrap %}
|
||||
{% load staticfiles %}
|
||||
|
||||
{% block title %}Alliance Auth - Signiture Create{% endblock %}
|
||||
{% block title %}Alliance Auth - Signature Create{% endblock %}
|
||||
|
||||
{% block page_title %}Create Signiture{% endblock page_title %}
|
||||
{% block page_title %}Create Signature{% endblock page_title %}
|
||||
{% block extra_css %}
|
||||
<link href="{% static 'css/jquery.datetimepicker.css' %}" rel="stylesheet" type="text/css">{% endblock extra_css %}
|
||||
|
||||
{% block content %}
|
||||
<div class="col-lg-12">
|
||||
<h1 class="page-header text-center">Create Signiture</h1>
|
||||
<h1 class="page-header text-center">Create Signature</h1>
|
||||
|
||||
<div class="container-fluid">
|
||||
<div class="col-md-4 col-md-offset-4">
|
||||
@ -19,7 +19,7 @@
|
||||
{% csrf_token %}
|
||||
{{ form|bootstrap }}
|
||||
<br/>
|
||||
<button class="btn btn-lg btn-primary btn-block" type="submit">Create Signiture</button>
|
||||
<button class="btn btn-lg btn-primary btn-block" type="submit">Create Signature</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
Loading…
x
Reference in New Issue
Block a user