Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 5 additions & 12 deletions horizon/templates/accessReq/AccessRequest.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
<meta name="author" content="">

<!-- Le styles -->
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css" rel="stylesheet">
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">

<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/css/bootstrap.min.css">
</head>
<body>

Expand All @@ -35,15 +33,15 @@
<label class="control-label" for="input01">{{ field.label }}</label>
<div class="controls">
{{ field }}
<p>{{ field.errors }}</p>
<span class="help-inline">{{ field.errors }}</span>
</div>
</div>
{% endfor %}
<div class="control-group">
<label class="control-label" for="input01"></label>
<div class="controls">
<div class="form-actions">
<button type="submit" class="btn btn-success" rel="tooltip" title="first tooltip">Submit My Request</button>

<button type="button" class="btn">Cancel</button>
</div>

</div>
Expand All @@ -65,12 +63,7 @@

</div><!--/.fluid-container-->

<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="/static/js/jquery.js"></script>
<script src="/static/js/bootstrap-transition.js"></script>

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>


</body>
Expand Down
1 change: 1 addition & 0 deletions horizon/templates/accessReq/admin_msg.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Desired Username: {{ user.username }}
Name: {{ user.get_full_name }}
Email: {{ user.email }}
University: {{ profile.university }}
Supervisor: {{ user.supervisor }}
Date request sent: {{ user.date_joined }}


Expand Down
Binary file added locale/bg_BG/LC_MESSAGES/django.mo
Binary file not shown.
Loading