typos fixed

This commit is contained in:
Mr McClain 2016-01-17 01:27:46 -06:00
parent dab2383032
commit 78086e01ac

View File

@ -3,16 +3,16 @@
{% block title %}Alliance Auth{% endblock %} {% block title %}Alliance Auth{% endblock %}
{% block page_title %}Signiture Management{% endblock page_title %} {% block page_title %}Signature Management{% endblock page_title %}
{% block extra_css %}{% endblock extra_css %} {% block extra_css %}{% endblock extra_css %}
{% block content %} {% block content %}
<div class="col-lg-12"> <div class="col-lg-12">
<h1 class="page-header text-center">Signitures <h1 class="page-header text-center">Signatures
<div class="text-right"> <div class="text-right">
<a href="{% url 'auth_add_signiture_view' %}"> <a href="{% url 'auth_add_signature_view' %}">
{% if perms.auth.signiture_management %} {% if perms.auth.signature_management %}
<button type="button" class="btn btn-success">Create Signiture</button> <button type="button" class="btn btn-success">Create Signature</button>
{% endif %} {% endif %}
</a> </a>
</div> </div>
@ -22,10 +22,10 @@
<th class="text-center">ID</th> <th class="text-center">ID</th>
<th class="text-center">System</th> <th class="text-center">System</th>
<th class="text-center">Destination</th> <th class="text-center">Destination</th>
<th class="text-center">Signiture Type</th> <th class="text-center">Signature Type</th>
<th class="text-center">Status</th> <th class="text-center">Status</th>
<th class="text-center">Notes</th> <th class="text-center">Notes</th>
{% if perms.auth.signiture_management %} {% if perms.auth.signature_management %}
<th class="text-center">Action</th> <th class="text-center">Action</th>
{% endif %} {% endif %}
</tr> </tr>
@ -44,7 +44,7 @@
{% if perms.auth.signiture_management %} {% if perms.auth.signature_management %}
<td class="text-center"> <td class="text-center">
<a href="/remove_signiture/{{ sigt.id }}"> <a href="/remove_signiture/{{ sigt.id }}">
<button type="button" class="btn btn-danger"><span <button type="button" class="btn btn-danger"><span