Add signup link, customize templates
This commit is contained in:
parent
09137dd9d7
commit
8f1caddbe0
15 changed files with 607 additions and 111 deletions
11
templates/cas_server/warn.html
Normal file
11
templates/cas_server/warn.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{% extends "cas_server/base.html" %}
|
||||
{% load static %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block content %}
|
||||
<form class="form-signin" method="post">
|
||||
{% csrf_token %}
|
||||
{% include "cas_server/form.html" %}
|
||||
<button class="btn btn-primary btn-block btn-lg" type="submit">{% trans "Connect to the service" %}</button>
|
||||
</form>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue