aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/web_ui/templates/repos__add.html.jinja
diff options
context:
space:
mode:
Diffstat (limited to 'src/hydrilla/proxy/web_ui/templates/repos__add.html.jinja')
-rw-r--r--src/hydrilla/proxy/web_ui/templates/repos__add.html.jinja4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/hydrilla/proxy/web_ui/templates/repos__add.html.jinja b/src/hydrilla/proxy/web_ui/templates/repos__add.html.jinja
index cbe7105..3fdcbd3 100644
--- a/src/hydrilla/proxy/web_ui/templates/repos__add.html.jinja
+++ b/src/hydrilla/proxy/web_ui/templates/repos__add.html.jinja
@@ -56,7 +56,9 @@ in a proprietary work, I am not going to enforce this in court.
<input id="url_field" name="url" required="">
</div>
<div>
- <button class="button">{{ _('web_ui.repos.add.submit_button') }}</button>
+ <button class="green-button">
+ {{ _('web_ui.repos.add.submit_button') }}
+ </button>
</div>
</form>
{% endblock %}