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
ce7969c6
Commit
ce7969c6
authored
Nov 17, 2016
by
David Haynes
Browse files
Sort of comment crispy templates
- yeah I'm not even sure what's going on here man
parent
4cd9cb7a
Pipeline
#479
passed with stage
in 6 minutes and 58 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
go/go/templates/crispy/accordian-group.html
View file @
ce7969c6
<!-- Custom definition for accordian-group -->
<div
class=
"panel panel-default"
>
<div
class=
"panel-heading"
>
<h4
class=
"panel-title"
>
...
...
go/go/templates/crispy/accordian.html
View file @
ce7969c6
<!-- Custom definition for accordian -->
<div
class=
"panel-group"
id=
"{{ accordion.css_id }}"
>
{{ content|safe }}
</div>
go/go/templates/crispy/customDateField.html
View file @
ce7969c6
<!-- Custom definition for the date field in the link creation form -->
{% load crispy_forms_field %}
{% if field.is_hidden %}
...
...
go/go/templates/crispy/customPrepended.html
View file @
ce7969c6
<!-- Custom definition for prepended text -->
{% load crispy_forms_field %}
{% if field.is_hidden %}
...
...
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