Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
cae851eb
Commit
cae851eb
authored
May 15, 2016
by
David Haynes
Browse files
adopt • over '-'
- prettier
parent
953282a9
Changes
11
Hide whitespace changes
Inline
Side-by-side
go/go/templates/admin/404.html
View file @
cae851eb
{% extends 'layouts/base.html' %}
{% block title %}
404 Error
-
Page Not Found
404 Error
•
Page Not Found
{% endblock %}
{% block content %}
...
...
go/go/templates/admin/500.html
View file @
cae851eb
{% extends 'layouts/base.html' %}
{% block title %}
500 Error
-
Internal Server Error
500 Error
•
Internal Server Error
{% endblock %}
{% block content %}
...
...
go/go/templates/admin/useradmin.html
View file @
cae851eb
...
...
@@ -2,7 +2,7 @@
{% block title %}
SRCT Go
-
Administration Panel
SRCT Go
•
Administration Panel
{% endblock %}
...
...
go/go/templates/core/about.html
View file @
cae851eb
...
...
@@ -2,7 +2,7 @@
{% block title %}
SRCT Go
-
About
SRCT Go
•
About
{% endblock %}
...
...
go/go/templates/core/index.html
View file @
cae851eb
...
...
@@ -2,7 +2,7 @@
{% load crispy_forms_tags %}
{% block title %}
SRCT Go
-
A University Branded URL Shortener
SRCT Go
•
A University Branded URL Shortener
{% endblock %}
{% block content %}
...
...
go/go/templates/core/login.html
View file @
cae851eb
...
...
@@ -2,7 +2,7 @@
{% block title %}
SRCT Go
-
Login
SRCT Go
•
Login
{% endblock %}
...
...
go/go/templates/core/signup.html
View file @
cae851eb
...
...
@@ -2,7 +2,7 @@
{% load crispy_forms_tags %}
{% block title %}
SRCT Go
-
Apply
SRCT Go
•
Apply
{% endblock %}
...
...
go/go/templates/not_registered.html
View file @
cae851eb
...
...
@@ -2,7 +2,7 @@
{% block title %}
SRCT Go
-
Account Not Approved
SRCT Go
•
Account Not Approved
{% endblock %}
...
...
go/go/templates/public_landing.html
View file @
cae851eb
...
...
@@ -14,7 +14,7 @@ banner,.page-header,#banner {
{% block title %}
SRCT Go
-
Welcome
SRCT Go
•
Welcome
{% endblock %}
{% block content %}
...
...
go/go/templates/registered.html
View file @
cae851eb
...
...
@@ -2,7 +2,7 @@
{% block title %}
SRCT Go
-
Registration Email Sent
SRCT Go
•
Registration Email Sent
{% endblock %}
...
...
go/go/templates/view.html
View file @
cae851eb
...
...
@@ -2,7 +2,7 @@
{% block title %}
SRCT Go
-
Link View
SRCT Go
•
Link View
{% endblock %}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment