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
9b953ad5
Commit
9b953ad5
authored
Apr 30, 2016
by
David Haynes
Browse files
Standardize SRCT branding in title
- "git add --all" -- the :dhaynes: way!
parent
83b26899
Changes
10
Hide whitespace changes
Inline
Side-by-side
go/go/templates/admin/useradmin.html
View file @
9b953ad5
...
...
@@ -2,7 +2,7 @@
{% block title %}
Go - Administration Panel
SRCT
Go - Administration Panel
{% endblock %}
...
...
go/go/templates/core/about.html
View file @
9b953ad5
...
...
@@ -2,7 +2,7 @@
{% block title %}
Go - About
SRCT
Go - About
{% endblock %}
...
...
go/go/templates/core/index.html
View file @
9b953ad5
...
...
@@ -2,7 +2,7 @@
{% load crispy_forms_tags %}
{% block title %}
Go - A University Branded URL Shortener
SCT
Go - A University Branded URL Shortener
{% endblock %}
{% block content %}
...
...
go/go/templates/core/login.html
View file @
9b953ad5
...
...
@@ -2,7 +2,7 @@
{% block title %}
Go - Login
SRCT
Go - Login
{% endblock %}
...
...
go/go/templates/core/signup.html
View file @
9b953ad5
...
...
@@ -2,7 +2,7 @@
{% load crispy_forms_tags %}
{% block title %}
Go - Apply
SRCT
Go - Apply
{% endblock %}
...
...
go/go/templates/my_links.html
View file @
9b953ad5
...
...
@@ -2,7 +2,7 @@
{% block title %}
Go - My Links
SRCT
Go - My Links
{% endblock %}
...
...
go/go/templates/not_registered.html
View file @
9b953ad5
...
...
@@ -2,7 +2,7 @@
{% block title %}
Go - Account Not Approved
SRCT
Go - Account Not Approved
{% endblock %}
...
...
go/go/templates/public_landing.html
View file @
9b953ad5
<style>
.navbar-brand
{
padding
:
12px
15px
!important
;
padding
:
12px
15px
!important
;
}
</style>
{% extends 'layouts/base.html' %}
{% block title %}
Go - Welcome
SRCT
Go - Welcome
{% endblock %}
{% block content %}
...
...
go/go/templates/registered.html
View file @
9b953ad5
...
...
@@ -2,7 +2,7 @@
{% block title %}
Go - Registration Email Sent
SRCT
Go - Registration Email Sent
{% endblock %}
...
...
go/go/templates/view.html
View file @
9b953ad5
...
...
@@ -2,7 +2,7 @@
{% block title %}
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