Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
webApp_DoVoiceInteraction
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
by21
webApp_DoVoiceInteraction
Commits
c7db9c14
Commit
c7db9c14
authored
3 years ago
by
zh1516
Browse files
Options
Downloads
Patches
Plain Diff
upload and files page: header change
parent
931ee6d4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
webApp_DoVoiceInteraction/base/templates/base/files.html
+1
-1
1 addition, 1 deletion
webApp_DoVoiceInteraction/base/templates/base/files.html
webApp_DoVoiceInteraction/base/templates/base/upload_file.html
+1
-1
1 addition, 1 deletion
...p_DoVoiceInteraction/base/templates/base/upload_file.html
with
2 additions
and
2 deletions
webApp_DoVoiceInteraction/base/templates/base/files.html
+
1
−
1
View file @
c7db9c14
...
...
@@ -3,7 +3,7 @@
{% block content %}
<h2
class=
"ui center aligned icon header"
>
<i
class=
"circular file audio icon"
></i>
Audio
f
ile Library
Audio
F
ile Library
</h2>
<div
class=
"ui divider"
></div>
<div
class=
"ui four column doubling stackable grid"
>
...
...
This diff is collapsed.
Click to expand it.
webApp_DoVoiceInteraction/base/templates/base/upload_file.html
+
1
−
1
View file @
c7db9c14
...
...
@@ -4,7 +4,7 @@
<br/><br/>
<div
class=
"ui raised very padded text container segment"
>
<h2
class=
"ui header"
>
Upload Your Audio File
</h2>
<h2
class=
"ui header"
>
<i
class=
"file audio icon"
></i>
Upload Your Audio File
</h2>
<form
class=
"ui form"
method=
"POST"
action=
""
enctype=
"multipart/form-data"
>
{% csrf_token %}
{{ form.as_p }}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment