Moved templates to stock folder for uniformity.

Updated settings.py.example to reflect this.
This commit is contained in:
Adarnof
2015-11-24 23:26:05 +00:00
parent cf8d5b748b
commit db7b6265e5
37 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,22 @@
{% extends "public/base.html" %}
{% block title %}Alliance Auth{% endblock %}
{% block page_title %}Something something here{% endblock page_title %}
{% block content %}
<div class="col-lg-12">
<h1 class="page-header text-center">Help</h1>
<div class="container-fluid">
<div class="col-md-4 col-md-offset-4">
<div class="row">
<p class="text-center">
Contact IT
</p>
</div>
</div>
</div>
</div>
{% endblock content %}