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
roomlist
Commits
32610d00
Commit
32610d00
authored
Feb 01, 2016
by
Daniel W Bond
Browse files
moved welcome templates from accounts to welcome app
parent
8c8a882f
Changes
4
Hide whitespace changes
Inline
Side-by-side
roomlist/
accounts
/templates/welcome_major.html
→
roomlist/
welcome
/templates/welcome_major.html
View file @
32610d00
...
...
@@ -39,7 +39,7 @@
<div
class=
"panel-body"
>
<form
action=
""
method=
"post"
>
{% csrf_token %}
{{ form.as_p }}
{{
my_
form.as_p }}
<input
type=
"submit"
value=
"Save"
class=
"btn btn-primary"
/>
</form>
</div>
...
...
roomlist/
accounts
/templates/welcome_name.html
→
roomlist/
welcome
/templates/welcome_name.html
View file @
32610d00
File moved
roomlist/
accounts
/templates/welcome_privacy.html
→
roomlist/
welcome
/templates/welcome_privacy.html
View file @
32610d00
...
...
@@ -85,7 +85,7 @@
</form>
{% endspaceless %}
{% else %}
<a
href=
"{% url 'welcomeMajor'
request.user.username
%}"
>
<a
href=
"{% url 'welcomeMajor' %}"
>
<button
type=
"button"
class=
"btn btn-primary"
>
Continue
</button>
</a>
{% endif %}
...
...
roomlist/
accounts
/templates/welcome_social.html
→
roomlist/
welcome
/templates/welcome_social.html
View file @
32610d00
File moved
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