forked from certsocietegenerale/FIR
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fir_auth_2fa: show navbar during setup
- Loading branch information
1 parent
ea231e2
commit eb25d01
Showing
4 changed files
with
16 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,14 @@ | ||
{% extends "base.html" %} | ||
{% load i18n %} | ||
{% load static %} | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>{% trans "Sign in · FIR" %}</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
|
||
<link href="{% static "css/bootstrap.min.css" %}" rel="stylesheet"> | ||
<link href="{% static "custom_css/fir.css" %}" rel="stylesheet"> | ||
<link href="{% static "custom_css/login.css" %}" rel="stylesheet"> | ||
{% block extra_media %}{% endblock %} | ||
{% block content_wrapper %} | ||
<div class="container"> | ||
<div class="row justify-content-md-center"> | ||
<div class="col-sm-8 col-sm-offset-4 col-xs-12 col-xs-offset-0"> | ||
{% block content %}{% endblock %} | ||
</div> | ||
</div> | ||
</div> | ||
{% endblock %} | ||
|
||
<!-- Fav and touch icons --> | ||
<link rel="shortcut icon" href="{% static "img/favicon.png" %}"> | ||
</head> | ||
|
||
<body> | ||
{% block content_wrapper %} | ||
<div class="container"> | ||
{% block content %}{% endblock %} | ||
</div> | ||
{% endblock %} | ||
<script src="{% static "js/jquery.min.js" %}"></script> | ||
<script src="{% static "js/bootstrap.min.js" %}"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters