Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

some left UI changes #847

Merged
merged 1 commit into from Aug 5, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -1,6 +1,7 @@
{% extends "vms/base.html" %}
{% load i18n %}
{% block content %}
<div class="spacer"></div>
<p>
Your password has been set. You may go ahead and <a href="{% url 'authentication:login_process' %}">sign in</a> now.
</p>
Expand Down
@@ -1,5 +1,6 @@
{% extends "vms/base.html" %}
{% block content %}
<div class="spacer"></div>
{% if validlink %}
<h3>Change password</h3>
<form method="post">
Expand Down
1 change: 1 addition & 0 deletions vms/home/templates/home/confirmed_email.html
Expand Up @@ -3,6 +3,7 @@
{% load i18n %}

{% block content %}
<div class="spacer"></div>
Thank you for confirming your email. Now you can login to your account.

{% endblock %}
1 change: 1 addition & 0 deletions vms/home/templates/home/email_ask_confirm.html
Expand Up @@ -3,6 +3,7 @@
{% load i18n %}

{% block content %}
<div class="spacer"></div>
<p class="messages">Please confirm your email address before login.</p>

{% endblock %}
2 changes: 1 addition & 1 deletion vms/shift/templates/shift/edit_hours_manager.html
Expand Up @@ -26,7 +26,7 @@
<form class="form-horizontal" action="" method="post">
{% csrf_token %}
<fieldset>
<legend>{% trans "Edit Shift Hours" %}</legend>
<legend class="header">{% trans "Edit Shift Hours" %}</legend>

<div class="form-group">
<label class="col-md-2 control-label">
Expand Down
2 changes: 1 addition & 1 deletion vms/shift/templates/shift/hours_list.html
Expand Up @@ -4,7 +4,7 @@

{% block content %}
<div class="spacer"></div>
<h3>{% trans "Unlogged Shift Hours" %}</h3>
<h3 class="header">{% trans "Unlogged Shift Hours" %}</h3>
<hr>
{% if shift_list %}
<table class="table table-striped table-hover" id="unlogged">
Expand Down
2 changes: 1 addition & 1 deletion vms/shift/templates/shift/manage_volunteer_shifts.html
Expand Up @@ -42,7 +42,7 @@ <h3 class="header">{% trans "Upcoming Shifts" %}</h3>
</div>
{% endif %}
<br>
<h3>{% trans "Unlogged Shifts" %}</h3>
<h3 class="header">{% trans "Unlogged Shifts" %}</h3>
{% if shift_list %}
<table class="table table-striped table-hover">
<thead>
Expand Down