mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-06 23:05:10 +01:00
Button to link, as button isn't big enough
This commit is contained in:
@@ -8,11 +8,9 @@
|
||||
|
||||
{% if tag and not publictag %}
|
||||
<div class="row">
|
||||
<form action="{{ url_for('addpublictag', userkey=userkey, tag=tag) }}" method="POST">
|
||||
<div class="input-field col l2 m2 s4">
|
||||
<p class="left-align"><button class="btn btn-large waves-effect waves-light" type="submit" name="submit">Create public page <i class="material-icons right">tag</i></button></p>
|
||||
</div>
|
||||
</form>
|
||||
<div class="col s12">
|
||||
<a href="{{ url_for('addpublictag', userkey=userkey, tag=tag) }}">Create public page <i class="material-icons right">tag</i></a>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user